home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / NeuroSim 1.0 / .h / NS_Utils.h < prev   
Text File  |  1996-02-19  |  493b  |  16 lines

  1. // ===========================================================================
  2. //    NS_Utils.h                    ©1996 Timo Eloranta
  3. // ===========================================================================
  4. //    Utility functions used by the NeuroSim app
  5.  
  6. #pragma once
  7.  
  8. #include <PP_Types.h>
  9. #include <UKeyFilters.h>        // EKeyStatus
  10.  
  11. Int16            RangedRdm( Int16 inMin, Int16 inMax );
  12.     
  13. pascal OSErr    PlayOneSnd( ResIDT inSoundID, Boolean inAsync );
  14.  
  15. EKeyStatus        SignedIntField( const EventRecord &inKeyEvent );
  16.